home *** CD-ROM | disk | FTP | other *** search
- object TipsForm: TTipsForm
- Left = 397
- Top = 224
- BorderStyle = bsDialog
- Caption = 'TipsForm'
- ClientHeight = 205
- ClientWidth = 336
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object TipPanel: TPanel
- Left = 4
- Top = 5
- Width = 327
- Height = 164
- BevelOuter = bvLowered
- BevelWidth = 2
- TabOrder = 0
- object Image1: TImage
- Left = 10
- Top = 12
- Width = 30
- Height = 40
- AutoSize = True
- end
- object TipTitleLbl: TLabel
- Left = 62
- Top = 24
- Width = 75
- Height = 19
- Caption = 'TipTitleLbl'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object tiplbl: THTMLStaticText
- Left = 62
- Top = 48
- Width = 249
- Height = 105
- AutoScroll = True
- AutoSizeType = asVertical
- AutoSizing = False
- MiniScroll = False
- ShadowOffset = 1
- TabOrder = 0
- VAlignment = tvaTop
- end
- end
- object ShowChk: TCheckBox
- Left = 5
- Top = 178
- Width = 132
- Height = 17
- Caption = ' &Show tips at startup'
- TabOrder = 1
- end
- object OKBtn: TButton
- Left = 243
- Top = 173
- Width = 89
- Height = 25
- Cancel = True
- Caption = '&Close'
- Default = True
- TabOrder = 2
- OnClick = OKBtnClick
- end
- object NextBtn: TButton
- Left = 146
- Top = 174
- Width = 89
- Height = 25
- Caption = '&Next Tip'
- TabOrder = 3
- OnClick = NextBtnClick
- end
- object PrevBtn: TButton
- Left = 338
- Top = 65
- Width = 89
- Height = 25
- Caption = '&Previous Tip'
- TabOrder = 4
- Visible = False
- OnClick = PrevBtnClick
- end
- end
-